home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / DefineButton2_1478 / BUTTONCONDACTION on(release).as
Text File  |  2006-09-05  |  342b  |  16 lines

  1. on(release){
  2.    _continue = false;
  3.    _gameMode = MODE_SURVIVAL;
  4.    _survival2 = Key.isDown(13) && _zimsurvivalunlock;
  5.    _numplayers = 1;
  6.    _difficulty = 1;
  7.    _winstreak = 0;
  8.    if(_survival2)
  9.    {
  10.       _difficulty = 10;
  11.    }
  12.    _survivalhp = MAX_HP;
  13.    _root.attachMovie("fader2","fader",Z_FADER);
  14.    gotoAndPlay(1882);
  15. }
  16.